Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_upper
ctype_upper
Check capital characters
Name:
ctype_upper
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check capital characters
Related
Use connect() to make SSL secure connections to remote databases
10
Use array_chunk to split arrays for batch mailing
5
Used to implement simple template engine
10
Secure File Upload and Download Handling in PHP Using Input and Output Functions
5
Similar Functions
ctype_punct
ctype_punct
Checkforprintablecha
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_digit
ctype_digit
Checknumericcharacte
ctype_print
ctype_print
Checkprintablecharac
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_graph
ctype_graph
Checkforanyprintable
ctype_lower
ctype_lower
Checklowercasecharac
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
Popular Articles